From: Stefan Monnier Date: Sun, 2 May 2004 16:48:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22766 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e2e7ed223edc4c43d2c161685d805c6fb9f590f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 972ba721ffa..06206a94a4f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,21 @@ no-async-subprocesses branch, call sit-for to give redisplay a chance to show the updated process status in the mode line. +2004-05-01 Stefan Monnier + + * progmodes/python.el (python-compilation-line-number): Remove. + (python-compilation-regexp-alist): Don't use it any more. + (python-orig-start, python-input-filter): Remove. + (inferior-python-mode): Don't set up comint-input-filter-functions. + (python-send-region): Use compilation-fake-loc. + + * progmodes/compile.el (compilation-messages-start): New var. + (compilation-mode): Don't setup next-error-function here. + (compilation-setup): Set it up here instead (for minor modes as well). + Make compilation-messages-start buffer local. + (compilation-next-error-function): Use it. + (compilation-forget-errors): Set compilation-messages-start. + 2004-05-01 Luc Teirlinck * ielm.el (ielm-prompt-read-only): Update docstring.